From bd5201e334a09027fae2c025b90d5138b5db5998 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Mon, 19 Apr 1993 21:19:44 +0000 Subject: [PATCH] (shell-mode): Capitalize mode name. --- lisp/shell.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/shell.el b/lisp/shell.el index bf7d2b820e4..1f69e426d91 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -228,7 +228,7 @@ to match their respective commands." (comint-mode) (setq comint-prompt-regexp shell-prompt-pattern) (setq major-mode 'shell-mode) - (setq mode-name "shell") + (setq mode-name "Shell") (use-local-map shell-mode-map) (make-local-variable 'shell-dirstack) (setq shell-dirstack nil) -- 2.30.2